[array_diff_uassoc | Computes the difference of arrays with additional index check which is performed by a user supplied callback function., returns array]
[array_udiff_uassoc | Computes the difference of arrays with additional index check. The data is compared by using a callback function. The index check is done by a callback function also, returns array]
[imagepsextendfont | Extend or condense a font, returns bool]
imagepsextendfont(|int font_index, float extend)
[imagepsfreefont | Free memory used by a PostScript Type 1 font, returns void]
imagepsfreefont(|int fontindex)
[imagepsloadfont | Load a PostScript Type 1 font from file, returns int]
imagepsloadfont(|string filename)
[imagepsslantfont | Slant a font, returns bool]
imagepsslantfont(|int font_index, float slant)
[imagepstext | To draw a text string over an image using PostScript Type1 fonts, returns array]
imagepstext(|resource image, string text, int font, int size, int foreground, int background, int x, int y, [int space], [int tightness], [float angle], [int antialias_steps])
[imagerectangle | Draw a rectangle, returns int]
imagerectangle(|resource image, int x1, int y1, int x2, int y2, int col)
[imagerotate | Rotate an image with a given angle, returns resource]
imagerotate(|resource src_im, float angle, int bgd_color)
[imagesavealpha | Set the flag to save full alpha channel information (as opposed to single-color transparency) when saving PNG images., returns bool]
imagesavealpha(|resource image, bool saveflag)
[imagesetbrush | Set the brush image for line drawing, returns int]
imagesetbrush(|resource image, resource brush)
[imagesetpixel | Set a single pixel, returns int]
imagesetpixel(|resource image, int x, int y, int color)
[imagesetstyle | Set the style for line drawing, returns bool]
imagesetstyle(|resource image, array style)
[imagesetthickness | Set the thickness for line drawing, returns bool]
imagesetthickness(|resource image, int thickness)
[imagesettile | Set the tile image for filling, returns int]
imagesettile(|resource image, resource tile)
[imagestring | Draw a string horizontally, returns int]
imagestring(|resource image, int font, int x, int y, string s, int col)
[imagestringup | Draw a string vertically, returns int]
imagestringup(|resource image, int font, int x, int y, string s, int col)
[imagesx | Get image width, returns int]
imagesx(|resource image)
[imagesy | Get image height, returns int]
imagesy(|resource image)
[imagetruecolortopalette | Convert a true color image to a palette image, returns void]
imagetruecolortopalette(|resource image, bool dither, int ncolors)
[imagettfbbox | Give the bounding box of a text using TrueType fonts, returns array]
imagettfbbox(|int size, int angle, string fontfile, string text)
[imagettftext | Write text to the image using TrueType fonts, returns array]
imagettftext(|resource image, int size, int angle, int x, int y, int color, string fontfile, string text)
[imagetypes | Return the image types supported by this PHP build, returns int]
imagetypes()|
[imagewbmp | Output image to browser or file, returns int]
[imap_8bit | Convert an 8bit string to a quoted-printable string, returns string]
imap_8bit(|string string)
[imap_alerts | This function returns all IMAP alert messages (if any) that have occurred during this page request or since the alert stack was reset, returns array]
imap_alerts()|
[imap_append | Append a string message to a specified mailbox, returns bool]
[imap_errors | This function returns all of the IMAP errors (if any) that have occurred during this page request or since the error stack was reset., returns array]
imap_errors()|
[imap_expunge | Delete all messages marked for deletion, returns bool]
imap_expunge(|resource imap_stream)
[imap_fetch_overview | Read an overview of the information in the headers of the given message, returns array]
[mailparse_determine_best_xfer_encoding | Figures out the best way of encoding the content read from the file pointer fp, which must be seek-able, returns int]
[mailparse_msg_extract_part | Extracts/decodes a message section. If callbackfunc is not specified, the contents will be sent to "stdout", returns void]
[mailparse_uudecode_all | Scans the data from fp and extract each embedded uuencoded file. Returns an array listing filename information, returns array]
[mysql_real_escape_string | Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection., returns string]
[mysqli_real_escape_string | Escapes special characters in a string for use in a SQL statement, taking into account the current charset of the connection, returns string]
[odbc_field_precision | Synonym for odbc_field_len, returns string]
odbc_field_precision(|resource result_id, int field_number)
[odbc_field_scale | Get the scale of a field, returns string]
odbc_field_scale(|resource result_id, int field_number)
[odbc_field_type | Datatype of a field, returns string]
odbc_field_type(|resource result_id, int field_number)
[odbc_foreignkeys | Returns a list of foreign keys in the specified table or a list of foreign keys in other tables that refer to the primary key in the specified table, returns resource]
[odbc_primarykeys | Returns a result identifier that can be used to fetch the column names that comprise the primary key for a table, returns resource]
[odbc_procedures | Get the list of procedures stored in a specific data source. Returns a result identifier containing the information., returns resource]
[odbc_rollback | Rollback a transaction, returns int]
odbc_rollback(|resource connection_id)
[odbc_setoption | Adjust ODBC settings. Returns FALSE if an error occurs, otherwise TRUE., returns int]
odbc_setoption(|resource id, int function, int option, int param)
[odbc_specialcolumns | Returns either the optimal set of columns that uniquely identifies a row in the table or columns that are automatically updated when any value in the row is updated by a transaction, returns resource]
odbc_specialcolumns(|resource connection_id, int type, string qualifier, string owner, string table, int scope, int nullable)
[odbc_statistics | Retrieve statistics about a table, returns resource]
odbc_statistics(|resource connection_id, string qualifier, string owner, string table_name, int unique, int accuracy)
[odbc_tableprivileges | Lists tables and the privileges associated with each table, returns int]
[pdf_open_image | Versatile function for images, returns int]
pdf_open_image(|resource PDF-document, string imagetype, string source, string data, long length, int width, int height, int components, int bpc, string params)
[pdf_open_jpeg | Deprecated: Opens a JPEG image]
[pdf_open_memory_image | Opens an image created with PHP's image functions, returns int]
[socket_create_listen | Opens a socket on port to accept connections, returns resource]
socket_create_listen(|int port, [int backlog])
[socket_create_pair | Creates a pair of indistinguishable sockets and stores them in fds., returns bool]
socket_create_pair(|int domain, int type, int protocol, array &fd)
[socket_create | Create a socket (endpoint for communication), returns resource]
socket_create(|int domain, int type, int protocol)
[socket_get_option | Gets socket options for the socket, returns mixed]
socket_get_option(|resource socket, int level, int optname)
[socket_getpeername | Queries the remote side of the given socket which may either result in host/port or in a UNIX filesystem path, dependent on its type., returns bool]
[socket_getsockname | Queries the local side of the given socket which may either result in host/port or in a UNIX filesystem path, dependent on its type., returns bool]
[stream_get_filters | Retrieve list of registered filters, returns array]
stream_get_filters()|
[stream_get_line | Gets line from stream resource up to a given delimiter, returns string]
stream_get_line(|resource handle, int length, string ending)
[stream_get_meta_data | Retrieves header/meta data from streams/file pointers, returns array]
stream_get_meta_data(|resource stream)
[stream_get_transports | Retrieve list of registered socket transports, returns array]
stream_get_transports()|
[stream_get_wrappers | Retrieve list of registered streams, returns array]
stream_get_wrappers()|
[stream_register_wrapper | Alias of stream_wrapper_register]
[stream_select | Runs the equivalent of the select() system call on the given arrays of streams with a timeout specified by tv_sec and tv_usec, returns int]
stream_select(|resource &read, resource &write, resource &except, int tv_sec, [int tv_usec])
[stream_set_blocking | Set blocking/non-blocking mode on a stream, returns bool]
stream_set_blocking(|resource stream, int mode)
[stream_set_timeout | Set timeout period on a stream, returns bool]
stream_set_timeout(|resource stream, int seconds, [int microseconds])
[stream_set_write_buffer | Sets file buffering on the given stream, returns int]
stream_set_write_buffer(|resource stream, int buffer)
[stream_socket_accept | Accept a connection on a socket created by stream_socket_server, returns resource]